home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / programming / arexx / bgui / rexxbgui.readme < prev    next >
Text File  |  1999-09-06  |  1KB  |  35 lines

  1. Short:    Rexx access to BGUI V4.0
  2. Author:   Jilles Tjoelker
  3. Uploader: Menno Tjoelker <M.Tjoelker@nl.origin-it.com>
  4. Version:  4.0
  5. Type:     util/rexx
  6. Status:   freeware
  7. Requires: bgui.library V41.8 or higher
  8.  
  9. RexxBGUI gives ARexx scripts access to BGUI in a way similar to C or E.
  10. BGUI creates font-sensitive, resizable GUIs. (That can be disabled in the
  11. script.)
  12.  
  13. Included are two "real" scripts for use with AWeb:
  14.  
  15. * bguimodes.awebrx, a replacement for ChangeModes.awebrx by Gabriele Favrin
  16.   (thanks for the idea, Gabriele!).
  17.  
  18. * bguishowdir.awebrx, shows a listing of the marked directory in a window
  19.   with a 'Delete' option, for use in conjunction with AminetReo.rexx.
  20.  
  21. New in V4.0:
  22. * Version number bumped because of new functions.
  23. * Added image buttons.
  24. * Added a simple file requester function.
  25. * Added a function to set up listview control with the arrow keys.
  26. * Bug fixed: I once disabled CYC_Active but forgot to enable it again.
  27.  
  28. New in V3.0:
  29. * Version number bumped because of new functions.
  30. * Added separators and cycle gadgets.
  31. * Added version testing functions bguirexxversion() and bguiversion().
  32.  
  33. BGUI web site: http://bgui.e-na.net/ (new versions of RexxBGUI are first
  34.                                       available there)
  35.